[−][src]Crate parity_tokio_ipc
Tokio IPC transport. Under the hood uses Unix Domain Sockets for Linux/Mac and Named Pipes for Windows.
Structs
Endpoint | Endpoint for IPC transport |
Incoming | Stream of incoming connections |
IpcConnection | IPC Connection |
RemoteId | Remote connection data, if any available |
SecurityAttributes | A NOOP struct for bringing the API between Windows and Unix up to parity. To set permissions
properly on Unix, you can just use |
Functions
dummy_endpoint | For testing/examples |